auto merge of #939 : alexcrichton/cargo/issue-38, r=brson
authorbors <bors@rust-lang.org>
Mon, 24 Nov 2014 23:34:34 +0000 (23:34 +0000)
committerbors <bors@rust-lang.org>
Mon, 24 Nov 2014 23:34:34 +0000 (23:34 +0000)
commitef1faa5533e529fcf30b009396f8701a0ab7f3bc
tree780a198a6d162d51815fafff65cd593ce3eb2ec6
parent66bfc8c8447593df2b61ca3df8a4fdc31844a9cd
parent3b5994e7d77b7254f597afe5193e05ba9e3ffe6f
auto merge of #939 : alexcrichton/cargo/issue-38, r=brson

This ensures that the registry understands whether dependencies are build
dependencies or dev dependencies.

Closes rust-lang/crates.io#38